Add EXFUN for Fwindow_full_width_p.
authorMartin Rudalics <rudalics@gmx.at>
Mon, 6 Aug 2007 06:45:48 +0000 (06:45 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 6 Aug 2007 06:45:48 +0000 (06:45 +0000)
src/window.h

index 7fc974487573031d8c6a62b3e673a91c718e49b1..a5c1f34a0cebb07e63e4c87394611bce9467daa9 100644 (file)
@@ -777,6 +777,7 @@ extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int,
 EXFUN (Fwindow_dedicated_p, 1);
 extern int window_height P_ ((Lisp_Object));
 extern int window_width P_ ((Lisp_Object));
+EXFUN (Fwindow_full_width_p, 1);
 extern void set_window_height P_ ((Lisp_Object, int, int));
 extern void set_window_width P_ ((Lisp_Object, int, int));
 extern void change_window_heights P_ ((Lisp_Object, int));